Platform Explorer / Nuxeo Platform 5.8

Component org.nuxeo.ecm.social.user.relationship.core.types

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.social.user.relationship.core.types">

  <require>org.nuxeo.ecm.user.center.profile.core.types</require>

  <extension target="org.nuxeo.ecm.core.schema.TypeService"
    point="schema">
    <schema name="socialprofile" src="schemas/socialprofile.xsd"
      prefix="socialprofile" />
  </extension>

  <extension target="org.nuxeo.ecm.core.schema.TypeService"
    point="doctype">
    <doctype name="UserProfile" extends="Document">
      <schema name="common" />
      <schema name="dublincore" />
      <schema name="socialprofile" />
      <facet name="UserProfile" />
      <facet name="HiddenInNavigation" />
    </doctype>

  </extension>

</component>